Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Julia buildpack #29

Merged
merged 1 commit into from
Jun 15, 2017
Merged

Add support for Julia buildpack #29

merged 1 commit into from
Jun 15, 2017

Conversation

yuvipanda
Copy link
Collaborator

  • Looks for REQUIRE file in a repo, assumes is Julia
  • Appends content of REQUIRE file in repo to current existing
    REQUIRE file and then runs Pkg.resolve()
  • Version pinned to v0.5.2 now - in the future, pick one
    based on presence of Julia spec in REQUIRE

Fixes #23

- Looks for REQUIRE file in a repo, assumes is Julia
- Version pinned to v0.5.2 now - in the future, pick one
  based on presence of Julia spec in REQUIRE

Fixes #23
@yuvipanda yuvipanda merged commit 6a4aa2f into master Jun 15, 2017
@tkelman
Copy link

tkelman commented Jun 17, 2017

Julia versions in REQUIRE are lower (and rarely upper) bounds, either having multiple versions installed with a kernel dropdown in the notebook, or allowing users to choose when creating the container would be most useful

@yuvipanda yuvipanda deleted the julia branch July 30, 2017 03:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Julia builds
2 participants